home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Libraries / stdwin / H / endian.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-10-18  |  139 b   |  7 lines  |  [TEXT/????]

  1. /* Definitions for byte order. */
  2.  
  3. #define LIL_ENDIAN    1234        /* VAX style */
  4. #define BIG_ENDIAN    4321        /* 68000 style */
  5.  
  6. extern int endian;
  7.